WriteIniStrings
WriteIniStrings Filename$, Section$, Key$, strArray$()
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    strArray$() = an array that contains the values to be written
Returns: NONE
 

WriteIniStrings writes a range of string values to an Ini file. The values will be separated by commas.

 
Related Info: WriteIniFloats | WriteIniIntegers :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com